home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 95 / pascal / fmttype.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1987-01-15  |  571 b   |  14 lines

  1. {=========================================================================
  2.  
  3.         TYPE declarations for FMTUTILS
  4.         Include in your TYPE declarations.
  5.  
  6. ==========================================================================}
  7.  
  8.    Flop_Typ  = DriveA..DriveB;          { drives A and B only, thanks... }
  9.    Fmt_Typ   = SngSid40..DblSid80;      { type codes...                  }
  10.    VerTyp    = RetStat..On;             { for wrtver func..              }
  11.    Drv_Range = 0..15;                   { valid drive ranges...          }
  12.  
  13. { EOF: FMTTYPE.PAS }
  14.